home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00150.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  541 b   |  22 lines

  1. global gOldMovie, gWhichMovie, gWhichClip, gWhichCamera, gAutomated
  2.  
  3. on mouseDown
  4.   if legalButton(the clickOn) then
  5.     if developersKey() then
  6.       set gOldMovie to gWhichMovie
  7.       if the optionDown then
  8.         set gWhichMovie to gWhichMovie - 1
  9.       else
  10.         set gWhichMovie to gWhichMovie + 1
  11.       end if
  12.       set gWhichClip to 1
  13.       advanceClip(1)
  14.     else
  15.       restoreControl()
  16.       setProp(17, 21, "visibility", 1)
  17.       setProp(23, 29, "visibility", 0)
  18.       swapPlaybackScreen("playback dot")
  19.     end if
  20.   end if
  21. end
  22.